home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / vlt4.824 / docs / ping.doc next >
Text File  |  1995-03-19  |  812b  |  41 lines

  1. Ping.doc
  2.  
  3.     NAME
  4.  
  5.     Ping
  6.     ====
  7.  
  8.     SYNOPSIS
  9.  
  10.     Ping
  11.  
  12.     FUNCTION
  13.  
  14.     This program sets up a REXX server for a pleasant sounding 'Ping'
  15.     noise. The duration, frequency and volume can be adjusted.
  16.  
  17.     ARGUMENTS
  18.  
  19.     None
  20.  
  21.     ADDITIONAL    CONSIDERATIONS
  22.  
  23.     This program opens a REXX port that one may send messages to.
  24.     There are currently three different commands: BEEP, SET and QUIT.
  25.     The SET command allows setting the defaults of duration, frequency,
  26.     and volume in arguments 1, 2, and 3 of the REXX message, respectively
  27.     (the command itself being in argument 0). The volume function is 
  28.     duplicated in the BEEP function as argument 1.
  29.     This program detaches from the CLI.
  30.  
  31.     For an example of setting parameters, see also SetPing.rexx.
  32.  
  33.     BUGS
  34.  
  35.     None known.
  36.  
  37.     AUTHOR/DATE
  38.  
  39.     W.G.J. Langeveld, 3 December 1988
  40.  
  41.